Bayesian information criterion

In statistics, the Bayesian information criterion (BIC) or Schwarz criterion (also SBC, SBIC) is a criterion for model selection among a finite set of models. It is based, in part, on the likelihood function, and it is closely related to Akaike information criterion (AIC).

When fitting models, it is possible to increase the likelihood by adding parameters, but doing so may result in overfitting. The BIC resolves this problem by introducing a penalty term for the number of parameters in the model. The penalty term is larger in BIC than in AIC.

The BIC was developed by Gideon E. Schwarz, who gave a Bayesian argument for adopting it.[1] It is closely related to the Akaike information criterion (AIC). In fact, Akaike was so impressed with Schwarz's Bayesian formalism that he developed his own Bayesian formalism, now often referred to as the ABIC for "a Bayesian Information Criterion" or more casually "Akaike's Bayesian Information Criterion".[2]

Contents

Mathematically

The BIC is an asymptotic result derived under the assumptions that the data distribution is in the exponential family. Let:

The formula for the BIC is:[3][4]

{-2 \cdot \ln{p(x|k)}} \approx \mathrm{BIC} = {-2 \cdot \ln{L} %2B k \ln(n) }. \

Under the assumption that the model errors or disturbances are independent and identically distributed according to a normal distribution and that the boundary condition that the derivative of the log likelihood in respect to the true variance is zero, this becomes (up to an additive constant, which depends only on n and not on the model)[5]:

 \mathrm{BIC} = n \cdot \ln(\hat{\sigma_e^2}) %2B k \cdot \ln(n) \

where \hat{\sigma_e^2} is the error variance.

The error variance in this case is defined as

\hat{\sigma_e^2} = \frac{1}{n} \sum_{i=1}^n (x_i-\overline{x})^2.

One may point out from probability theory that \hat{\sigma_e^2} is a biased estimator for the true variance, \sigma^2. Let \hat{\hat{\sigma_e^2}} denote the unbiased form of approximating the error variance. It is defined as

\hat{\hat{\sigma_e^2}} = \frac{1}{n-1} \sum_{i=1}^n (x_i-\overline{x})^2.

Additionally, under the assumption of normality the following version may be more tractable

 \mathrm{BIC}= \chi^2 %2B k \cdot \ln(n). \,

Note that there is a constant added that follows from transition from log-likelihood to {\chi}^{2}; however, in using the BIC to determine the "best" model the constant becomes trivial.

Given any two estimated models, the model with the lower value of BIC is the one to be preferred. The BIC is an increasing function of \sigma_e^2 and an increasing function of k. That is, unexplained variation in the dependent variable and the number of explanatory variables increase the value of BIC. Hence, lower BIC implies either fewer explanatory variables, better fit, or both. The BIC generally penalizes free parameters more strongly than does the Akaike information criterion, though it depends on the size of n and relative magnitude of n and k.

It is important to keep in mind that the BIC can be used to compare estimated models only when the numerical values of the dependent variable are identical for all estimates being compared. The models being compared need not be nested, unlike the case when models are being compared using an F or likelihood ratio test.

Characteristics of the Bayesian information criterion

  1. It is independent of the prior or the prior is "vague" (a constant).
  2. It can measure the efficiency of the parameterized model in terms of predicting the data.
  3. It penalizes the complexity of the model where complexity refers to the number of parameters in model.
  4. It is approximately equal to the minimum description length criterion but with negative sign.
  5. It can be used to choose the number of clusters according to the intrinsic complexity present in a particular dataset.
  6. It is closely related to other penalized likelihood criteria such as RIC and the Akaike information criterion.

Applications

BIC has been widely used for model identification in time series and linear regression. It can, however, be applied quite widely to any set of maximum likelihood-based models. However, in many applications (for example, selecting a black body or power law spectrum for an astronomical source), BIC simply reduces to maximum likelihood selection because the number of parameters is equal for the models of interest.

See also

Notes

  1. ^ Schwarz, Gideon E. (1978). "Estimating the dimension of a model". Annals of Statistics 6 (2): 461–464. doi:10.1214/aos/1176344136. MR468014. 
  2. ^ Akaike, H., 1977. "On entropy maximization principle". In: Krishnaiah, P.R. (Editor). Applications of Statistics, North-Holland, Amsterdam, pp. 27–41.
  3. ^ http://arxiv.org/PS_cache/astro-ph/pdf/0701/0701113v2.pdf
  4. ^ http://nscs00.ucmerced.edu/~nkumar4/BhatKumarBIC.pdf
  5. ^ Priestley, M.B. (1981) Spectral Analysis and Time Series, Academic Press. ISBN 0-12-564933-3 (p. 375)

References

External links